This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Hank Nimtumikonyakoi 22.Dec.03 09:01 AM a Web browser Applications DevelopmentAll ReleasesAll Platforms
I'm writing a Lotus Script Agent to send a MIME mail using new R6 method.
All works fine for the body but I find only strem.open method to put attachment in mail.
The problem is that strem.open accept only the path of the file to put in mail but I want to take attachment from another Notes Document.
The only way I found is to detach the file and call strem.open to take it but I don't link this way.
Any suggestion ?